FUNCTION |
DESCRIPTION |
Connect to Database
|
This function allows you to specify connection parameters to connect
to a database. These parameters need to be set before executing queries
to a database.
|
Execute SQL Query
|
This function will show the the results from SQL SELECT
queries which return rows of data by using the SQLTable()
JavaScript method. All SQL statments other than SELECT
will use the execute() JavaScript method.
|
View Properties
|
This function displays the properties currently set for each of the
default objects in JavaScript Applications. The client object
has the variables or properties which are used to maintain the
state for this web cleint of the application.
|